1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00

[cleanup] Fix copyright dates in .pl files

This commit is contained in:
Martin Oberhuber 2009-05-29 21:22:38 +00:00
parent 2a3eff8a6c
commit a02763db00
2 changed files with 22 additions and 0 deletions

View file

@ -1,4 +1,15 @@
#!/usr/bin/perl
#*******************************************************************************
# Copyright (c) 2006, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# David Dykstal (IBM) - initial API and implementation
# Martin Oberhuber (Wind River) - ongoing maintenance
#*******************************************************************************
# Build script for Remote System Explorer
# Authors: Dave Dykstal, Kushal Munir

View file

@ -1,4 +1,15 @@
#!/usr/bin/perl
#*******************************************************************************
# Copyright (c) 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# David Dykstal (IBM) - initial API and implementation
# Martin Oberhuber (Wind River) - ongoing maintenance
#*******************************************************************************
use warnings;
print STDERR "Which tag do you want to fetch? (default is HEAD): ";