Navigation Menu

Skip to content

Commit

Permalink
added License
Browse files Browse the repository at this point in the history
  • Loading branch information
Syam Puranam committed Oct 25, 2011
1 parent d64687d commit f616719
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer.pm
@@ -1,4 +1,6 @@
package Seco::Data::Writer;
# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.

use strict;
use warnings;
Expand Down
3 changes: 3 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer/Key.pm
@@ -1,6 +1,9 @@
# Module to handle each invidiual key
package Seco::Data::Writer::Key;

# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.

use strict;
use warnings;

Expand Down
3 changes: 3 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer/Meta.pm
Expand Up @@ -2,6 +2,9 @@ use strict;

package Seco::Data::Writer::Meta;

# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.

use base qw/Seco::Bootie/;

use Seco::Data::Writer;
Expand Down
2 changes: 2 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer/Meta/P4.pm
@@ -1,3 +1,5 @@
# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
use strict;

package Seco::Data::Writer::Meta::P4;
Expand Down
2 changes: 2 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer/Meta/SVN.pm
@@ -1,3 +1,5 @@
# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
use strict;

package Seco::Data::Writer::Meta::SVN;
Expand Down
3 changes: 3 additions & 0 deletions perl_seco_data_writer/source/lib/Seco/Data/Writer/Text.pm
@@ -1,3 +1,6 @@
# Copyright (c) 2011, Yahoo! Inc. All rights reserved.
# Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.

package Seco::Data::Writer::Text;

use strict;
Expand Down

0 comments on commit f616719

Please sign in to comment.