]> git.tdb.fi Git - builder.git/blobdiff - source/tar.h
Replace per-file copyright notices with a single file
[builder.git] / source / tar.h
index d81d31bae195beb4ffd925a119cb14862a236a41..250b5ffae1b60392f1848c8924baf43b64c70787 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TAR_H_
 #define TAR_H_
 
@@ -16,8 +9,6 @@ class TarBall;
 
 class Tar: public InternalAction
 {
-public:
-       Tar(Builder &, const TarBall &);
 private:
        class Worker: public InternalAction::Worker
        {
@@ -32,6 +23,9 @@ private:
 
        const TarBall &tarball;
        StringList files;
+
+public:
+       Tar(Builder &, const TarBall &);
 };
 
 #endif